-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type ByteStringBuilder = Builder #673
base: master
Are you sure you want to change the base?
type ByteStringBuilder = Builder #673
Conversation
Why do you want this, exactly? |
It makes sense to me, to distinguish from other |
@clyring I have been using I also did a search https://github.com/search?q=%22type+ByteStringBuilder%22+language%3AHaskell&type=code&ref=advsearch and found that many packages are defining this internally, so it makes sense to export it so they all can have a common reference. |
@Bodigrim Is this a consideration for bytestring as well? haskell/text#581 (comment) |
Not necessarily, there is no strict Naming is hard, sigh. |
Is there potential to be? If not, this is ready. |
If a strict builder is ever added, we can add the variants then. |
832ac99
to
81cde16
Compare
@clyring Solved merge conflict |
No description provided.